home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-03 | 477 b | 24 lines | [04] ASCII Text (0x0000) |
- *
- * This exec file does a data fork build of
- * the sample application: Shell
- *
- * File: Build
- * Target: Shell
- * Source: Shell.aii
- *
- * Copyright Apple Computer, Inc. 1988-1990
- * All rights reserved.
- *
-
- echo "Assembling Shell.aii"
- assemble Shell.aii keep=Shell
-
- echo "Linking..."
- linkiigs Shell.root Shell.a -o Shell.dfork
-
- echo "Duplicating data and resource forks..."
- duplicate -d Shell.dfork Shell
- duplicate -r Shell.rfork Shell
-
- echo "Done!"
-